Chris Pollett > CS185C
( Print View )

Student Corner:
  [Grades Sec1]
 
  [Submit Sec1]
 
  [
Lecture Notes]

Course Info:
  [Texts & Links]
  [Topics]
  [Grading]
  [HW Info]
  [Exam Info]
  [Regrades]
  [Honesty]
  [Announcements]

HW Assignments:
  [Hw1]  [Hw2]  [Hw3]
  [Hw4]  [Hw5]

Practice Exams:
  [Mid1]  [Mid2]  [Final]

                           












CS185C Spring 2004Practice Final

To study for the midterm I would suggest you: (1) Know how to do (by heart) all the practice problems. (2) Go over your notes three times. Second and third time try to see how huch you can remember from the first time. (3) Go over the homework problems. (4) Try to create your own problems similar to the ones I have given and solve them. (5) Skim the relevant sections from the book. (6) If you want to study in groups, at this point you are ready to quiz each other. The practice final is below. Here are some facts about the actual final: (a) The final will be in class Wednesday, May 26 12:15pm to 2:30 pm in the usual classroom.. (b) It is closed book, closed notes. Nothing will be permitted on your desk except your pen (pencil) and test. (c) You should bring photo ID. (d) There will be more than one version of the test. Each version will be of comparable difficulty. (e) If your cell-phone or beeper goes off you will be excused from the test at that point and graded on what you have done till your excusal. (f) One problem (less typos) on the actual test will be from the practice test.

Student created solutions.

1. When is a Notifier.dll called? Distinguish between Slow and Fast Sync synchronizations.

2. Explain how to create a backup on the current conduit configuration on the desktop.

3. Explain how to use CondMgr.dll to write a C++ program to install a conduit.

4. Give the CDK code needed to add a text entry with a timestamp to the HotSync log saying, "Hello, I am here."

5. Explain what the Generic Conduit entry point CfgConduit is for.

6. Why don't we have to open the desktop file in RetrieveDB? How do we read in data from the desktop file?

7. How do we set the data that we've converted from our PC structure into a CPalmRecord object? How do we determine how much data is in a CPalmRecord?

8. What is Synchronization Logic? Give some examples.

9. Distinguish the notions of configuration and profile in the J2ME setting.

10. Write a simple MIDlet that draws hello world on the screen.